home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Just Call Me Internet
/
Just Call Me Internet.iso
/
com
/
computer
/
casio_st
/
prog_fx
/
oisac2
/
goto.txt
< prev
next >
Wrap
Text File
|
1994-03-01
|
120b
|
7 lines
10 '*** OISAC 2 *** GOTO ***
15 GOTO 30
20 PRINT "2"
25 PRINT "3":GOTO 35
30 PRINT "1":GOTO 20
35 PRINT "4"
40 END